Eplan Platform API
Eplan.EplApi.HEServices Namespace / Revision Class / CompletePages Method / CompletePages(Page[],String,String,String,Boolean) Method
An array of pages to complete.
Name of the new revision.
Description of the new revision.
Additional description of the new revision.
If set to true, the evaluation is done before completing.

In This Topic
    CompletePages(Page[],String,String,String,Boolean) Method
    In This Topic
    Completes modification of selected pages in the current revision of a project and can update the evaluations in the selection. Used for change tracking.
    Syntax

    Parameters

    pagesToComplete
    An array of pages to complete.
    strIndex
    Name of the new revision.
    strRevDescription
    Description of the new revision.
    strReasonOfChange
    Additional description of the new revision.
    bEvaluate
    If set to true, the evaluation is done before completing.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    Internal interface necessary for the revision management could not be created.
    An error occurred during the action.
    Remarks
    Used for change tracking. When a logging revision starts, every changed page gets the marker "Draft" on it. With this function a page is completed, a page revision is created (visible in the page revision properties) and the draft is removed. When the revision belongs to an active project section, only the pages of this section are completed.
    See Also